home *** CD-ROM | disk | FTP | other *** search
/ Chip 2001 December / Chip_2001-12_cd1.bin / sharewar / nechmeli / nechmeli.exe / {app} / Nechme.exe / 0 / RCDATA / TFORM2 / TFORM2.txt
Text File  |  2001-09-06  |  2KB  |  75 lines

  1. object Form2: TForm2
  2.   Left = 190
  3.   Top = 141
  4.   Anchors = [akLeft, akTop, akRight, akBottom]
  5.   BorderStyle = bsNone
  6.   Caption = 'Ochrana'
  7.   ClientHeight = 453
  8.   ClientWidth = 688
  9.   Color = clBlack
  10.   Font.Charset = DEFAULT_CHARSET
  11.   Font.Color = clWindowText
  12.   Font.Height = -11
  13.   Font.Name = 'MS Sans Serif'
  14.   Font.Style = []
  15.   FormStyle = fsStayOnTop
  16.   OldCreateOrder = False
  17.   OnActivate = FormActivate
  18.   OnClose = FormClose
  19.   OnCloseQuery = FormCloseQuery
  20.   PixelsPerInch = 96
  21.   TextHeight = 13
  22.   object Label1: TLabel
  23.     Left = 216
  24.     Top = 192
  25.     Width = 49
  26.     Height = 20
  27.     Alignment = taCenter
  28.     Caption = 'Heslo:'
  29.     Font.Charset = DEFAULT_CHARSET
  30.     Font.Color = clSilver
  31.     Font.Height = -16
  32.     Font.Name = 'MS Sans Serif'
  33.     Font.Style = []
  34.     ParentFont = False
  35.   end
  36.   object Label2: TLabel
  37.     Left = 8
  38.     Top = 24
  39.     Width = 210
  40.     Height = 13
  41.     Caption = 'NechM∩┐╜! Lite (v 2.0); (c) 2001 by Pavel Patz'
  42.     Font.Charset = DEFAULT_CHARSET
  43.     Font.Color = clGray
  44.     Font.Height = -11
  45.     Font.Name = 'MS Sans Serif'
  46.     Font.Style = []
  47.     ParentFont = False
  48.   end
  49.   object Edit1: TEdit
  50.     Left = 272
  51.     Top = 192
  52.     Width = 121
  53.     Height = 21
  54.     Hint = 'Zde zadejte heslo'
  55.     MaxLength = 8
  56.     ParentShowHint = False
  57.     PasswordChar = '*'
  58.     ShowHint = True
  59.     TabOrder = 0
  60.     OnKeyDown = Edit1KeyDown
  61.   end
  62.   object Button1: TButton
  63.     Left = 408
  64.     Top = 192
  65.     Width = 75
  66.     Height = 25
  67.     Hint = 'Stiskn∩┐╜te tla∩┐╜∩┐╜tko pro potvrzen∩┐╜ hesla'
  68.     Caption = 'Potvrdit'
  69.     ParentShowHint = False
  70.     ShowHint = True
  71.     TabOrder = 1
  72.     OnClick = Button1Click
  73.   end
  74. end
  75.